home *** CD-ROM | disk | FTP | other *** search
- Date: March, 1. 1995
-
-
-
- LogicBBS v1.0 BETA
- <----------------->
- LITE VERSION
-
- Copyright 1995 ParCon Software
-
-
- System/node/door/library/AIM-XIM support programmed by Michael Pendec
- Filechecker/Arexxdoor support programmed by Nicholas Clarke
- All Testing was done by friends. Ideas supplied by various people.
-
-
- Read "HowToOrder.doc", if you want to get the FINAL version.
- -----------------------------------------------------------------------------
-
-
-
- How to make config files
-
- -----------------------------------------------------------------------------
- Setupfiles used by LogicBBS are all ASCII textfiles, and editable by any
- editor you may prefer to use. A few rules must be followed when making
- a setup file.
-
-
- 1. A command must be placed at the beginning of a line (BOL).
- If you place a ";", SPACE or TAB before the command it will be ignored.
-
-
- 2. Some commands are used together with a number.
-
- i.e. PATH_NODE%1
-
- the PERCENT sign means a number reference.
- Throughout this manual, all number references are shown as "(n)"
-
-
- 3. Parameters for a command can contain all characters, except
- TAB and ";" which will be read as >end of parameter<.
- Throughout this manual, a parameter is shown as
- "(pn)" : a number parameter
- "(pt)" : a textstring parameter
-
- 4. If you do NOT see a (n) or a (pn)/(pt) after the command, it means
- you must write this command without any number reference and parameter.
- We could also call this a STANDALONE COMMAND.
-
-